fix release notes redirect for the SDK package to point to the correct page
diff --git a/docs/SDK_RELEASE_NOTES b/docs/SDK_RELEASE_NOTES index e117528..381c5da 100644 --- a/docs/SDK_RELEASE_NOTES +++ b/docs/SDK_RELEASE_NOTES
@@ -1,8 +1,8 @@ <html> <head> -<meta http-equiv="refresh" content="0;url=docs/sdk/1.1_r1/index.html"> +<meta http-equiv="refresh" content="0;url=docs/sdk/RELEASENOTES.html"> </head> <body> -<a href="docs/sdk/1.1_r1/index.html">click here if you are not redirected</a> +<a href="docs/sdk/RELEASENOTES.html">click here if you are not redirected</a> </body> -</html> \ No newline at end of file +</html>